Messages Queues
Message Queues allows you to:
-
View ActiveMQ Artemis message queues.
For more information on ActiveMQ
An open source generic message interface written in Java. It fosters the communication from more than one client or server, allowing it to act, for example, a messaging interface between CMP and external components. Artemis see https://activemq.apache.org/components/artemis/ - Purge message queues.
- Drill down into individual queues for more details.
All Artemis message queues are listed with the following details:
-
The name of the queue, such as InboundSalesOrder or outboundDeviceEnrolment. It is a link that you can click to go drill down into the message queue for details.
-
The number of pending messages in the queue.
-
The number of consumers of the messages.
-
The number of messages enqueued.
-
The number of messages dequeued.
You can drill down further into a particular ActiveMQ message queue in the Message Queues screen.
Details for messages and consumers are displayed in the Messages and Consumers tabs.
In the Messages tab you can:
-
View the messages in an ActiveMQ queue.
-
View the Message Details and Message Properties.
-
Delete a message.
The Messages tab lists the messages in the queue with the following information:
-
The unique ID of the message, for example
D:beta21.mdsuk.com-36920-1613051754753-9:1:3:1:2. -
A correlating ID for the message, if applicable.
-
Whether the message is PERSISTENT or not.
-
The priority of the message, expressed as a number, 1 being the highest priority.
-
Whether the message has been redelivered -
trueorfalse.T -
The date and time the message was delivered, in the format
YYYY-MM-DD HH:MM:SS.
You can also view Message Details and Message Properties for an individual message.